/status/ssl/profile//certificates

The nodes below this one perform the functions described in this function overview.

Use

Use to view information about the configured primary certificates.

Parameters

name: Name of SSL profile

Data Type

subtree

Default Data Value

0

Request Methods

GET

Examples

GET

curl -b cookie.jar -k https://host-128:8443/lrs/api/v1.0/status/ssl/profile/sp-01/certificates

GET Response

{"/status/ssl/profile/sp-01/certificates": {"data": None,
                                             "default": False,
                                             "defaultAllowed": False,
                                             "deleteAllowed": False,
                                             "numChildren": 0,
                                             "redacted": False,
                                             "sensitive": False,
                                             "type": "subtree"},
 "httpResponseCode": 200,
 "recurse": False,
 "requestPath": "/status/ssl/profile/sp-01/certificates"}
  1. /status/ssl/profile//certificates 1. Parameters
    1. Data Type
    2. Default Data Value 2. Request Methods 3. Related 4. Examples